projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5668d2
)
(update_frame_tool_bar): Initialize variable.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 1 Dec 2008 17:59:53 +0000
(17:59 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 1 Dec 2008 17:59:53 +0000
(17:59 +0000)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index a28156ca4e9aabfbcbdbf68b3cef049b42b17afc..ce8308a4eeb4a9be159d493657a378fe5891fb1c 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-3862,7
+3862,7
@@
update_frame_tool_bar (f)
int icon_size = 0;
struct image *img = NULL;
Lisp_Object image;
- Lisp_Object stock;
+ Lisp_Object stock
= Qnil
;
GtkStockItem stock_item;
char *stock_name = NULL;
char *icon_name = NULL;